home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / NXPlot3d / Source / Makefile < prev    next >
Makefile  |  1994-05-17  |  1KB  |  57 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = NXplot3d
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = Icon.tiff
  16. LOCAL_RESOURCES = Help
  17.  
  18. GLOBAL_RESOURCES = plot3d.nib box.tiff boxS.tiff cyl.tiff cylS.tiff\
  19.                    downleft.tiff Icon.tiff left.tiff meicon.tiff\
  20.                    mesh.tiff meshS.tiff off.tiff offS.tiff plot3d.tiff\
  21.                    pyr.tiff pyrS.tiff sphere.tiff sphereS.tiff\
  22.                    spherical.tiff sphericalS.tiff torus.tiff\
  23.                    torusS.tiff contour.sl contour.slo title.3d
  24.  
  25. CLASSES = DensView.m Expression.m PControl.m Plot3DView.m PlotShape.m
  26.  
  27. HFILES = DensView.h exprDefs.h Expression.h PControl.h Plot3DView.h\
  28.          PlotShape.h
  29.  
  30. MFILES = NXplot3d_main.m
  31.  
  32. PSWFILES = wraps.psw
  33.  
  34. OTHERSRCS = expr.ym Makefile.postamble Makefile.preamble token.lm
  35.  
  36.  
  37. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  38. MAKEFILE = app.make
  39. INSTALLDIR = $(HOME)/Apps
  40. INSTALLFLAGS = -c -s -m 755
  41. SOURCEMODE = 444
  42.  
  43. ICONSECTIONS =    -sectcreate __ICON app Icon.tiff
  44.  
  45. LIBS = -lMedia_s -lNeXT_s -lIndexing_s
  46. DEBUG_LIBS = $(LIBS)
  47. PROF_LIBS = $(LIBS)
  48.  
  49.  
  50. -include Makefile.preamble
  51.  
  52. include $(MAKEFILEDIR)/$(MAKEFILE)
  53.  
  54. -include Makefile.postamble
  55.  
  56. -include Makefile.dependencies
  57.